- Home
- Search Results
- Page 1 of 1
Search for: All records
-
Total Resources4
- Resource Type
-
0004000000000000
- More
- Availability
-
40
- Author / Contributor
- Filter by Author / Creator
-
-
Kasikci, Baris (4)
-
Zuo, Gefei (4)
-
Ma, Jiacheng (3)
-
Quinn, Andrew (3)
-
Bhatotia, Pramod (1)
-
Fonseca, Pedro (1)
-
Khan, Tanvir (1)
-
Kwon, Youngjin (1)
-
Loughlin, Kevin (1)
-
Neal, Ian (1)
-
Peter, Simon (1)
-
Shiple, Eric (1)
-
Zhang, Haoyang (1)
-
#Tyler Phillips, Kenneth E. (0)
-
#Willis, Ciara (0)
-
& Abreu-Ramos, E. D. (0)
-
& Abramson, C. I. (0)
-
& Abreu-Ramos, E. D. (0)
-
& Adams, S.G. (0)
-
& Ahmed, K. (0)
-
- Filter by Editor
-
-
null (1)
-
& Spizer, S. M. (0)
-
& . Spizer, S. (0)
-
& Ahn, J. (0)
-
& Bateiha, S. (0)
-
& Bosch, N. (0)
-
& Brennan K. (0)
-
& Brennan, K. (0)
-
& Chen, B. (0)
-
& Chen, Bodong (0)
-
& Drown, S. (0)
-
& Ferretti, F. (0)
-
& Higgins, A. (0)
-
& J. Peters (0)
-
& Kali, Y. (0)
-
& Ruiz-Arias, P.M. (0)
-
& S. Spitzer (0)
-
& Sahin. I. (0)
-
& Spitzer, S. (0)
-
& Spitzer, S.M. (0)
-
-
Have feedback or suggestions for a way to improve these results?
!
Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
-
Ma, Jiacheng; Zuo, Gefei; Loughlin, Kevin; Zhang, Haoyang; Quinn, Andrew; Kasikci, Baris (, International Conference on Architectural Support for Programming Languages and Operating Systems)
-
Neal, Ian; Zuo, Gefei; Shiple, Eric; Khan, Tanvir; Kwon, Youngjin; Peter, Simon; Kasikci, Baris (, 19th USENIX Conference on File and Storage Technologies (FAST 21))null (Ed.)Persistent main memory (PM) dramatically improves IO performance. We find that this results in file systems on PM spending as much as 70% of the IO path performing file mapping (mapping file offsets to physical locations on storage media) on real workloads. However, even PM-optimized file systems perform file mapping based on decades-old assumptions. It is now critical to revisit file mapping for PM. We explore the design space for PM file mapping by building and evaluating several file-mapping designs, including different data structure, caching, as well as meta-data and block allocation approaches, within the context of a PM-optimized file system. Based on our findings, we design HashFS, a hash-based file mapping approach. HashFS uses a single hash operation for all mapping and allocation operations, bypassing the file system cache, instead prefetching mappings via SIMD parallelism and caching translations explicitly. HashFS’s resulting low latency provides superior performance compared to alternatives. HashFS increases the throughput of YCSB on LevelDB by up to 45% over page-cached extent trees in the state-of-the-art Strata PM-optimized file systemmore » « less
-
Zuo, Gefei; Ma, Jiacheng; Quinn, Andrew; Bhatotia, Pramod; Fonseca, Pedro; Kasikci, Baris (, ACM SIGPLAN Conference on Programming Language Design and Implementation)
An official website of the United States government

Full Text Available